-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(supabase): filter array column by array (ina
and nina
operators)
#5922
Conversation
🦋 Changeset detectedLatest commit: 84bf034 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for refine-video-club ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hello, @issa012. Thanks for the PR 🚀 As you can see, the CI is failing but this is not related to the changes you made. First, I will solve this problem in another PR and then we will review your PR. |
Failing CI will be resolved after #5937 is merged. |
ina
and nina
operators)
@issa012 Hello again, will you be able to find time to continue with the PR? |
@alicanerdurmaz Hello. Yes I will complete it today |
After |
Also, there are other filters in |
Thanks, I will look into that! But, If you want, you can open an issue too. |
Hey @issa012, this is the expected default behavior with our pnpm monorepo setup. Check out our Contributing Guide you can ignore these builds by passing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
…ors) (#5922) Co-authored-by: Alican Erdurmaz <alicanerdurmaz@gmail.com> Co-authored-by: Ali Emir Şen <senaliemir@gmail.com> Co-authored-by: Batuhan Wilhelm <batuhanwilhelm@gmail.com>
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
No
ina
andnina
What is the new behavior?
Now it is possible to filter using
ina
andnina
CRUD operators in supabase data provider. It allows for filtering array columns by matching all values inside array.fixes #5902
Notes for reviewers